Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.dam.auth--startURL

In component org.nuxeo.dam.auth
This contribution is part of XML component org.nuxeo.dam.auth inside nuxeo-dam-jsf-5.8.jar

Extension Point

Extension point startURL of component PluggableAuthenticationService.

Contributed Items

  • <startURLPattern>
          <patterns>
            <pattern>nxdam/</pattern>
          </patterns>
        </startURLPattern>

XML Source

<extension point="startURL" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">

    <startURLPattern>
      <patterns>
        <pattern>nxdam/</pattern>
      </patterns>
    </startURLPattern>

  </extension>